main {
  overflow: hidden;
  min-height: calc(100vh - 80px);
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: white;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  color: transparent;
  margin-top: 20px;
}

img:not([src]) {
  visibility: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.padding {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .padding {
    padding: 0 10px;
  }
}

.margin {
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .margin {
    margin-bottom: 20px;
  }
}

a, button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.overlay {
  overflow: hidden;
}

input, button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


main {
  margin-top: 185px;
}
@media (max-width: 990px) {
  main {
    margin-top: 135px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  transition: 0.3s;
}
.header .container {
  padding: 10px 0;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .header__wrap {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 30px;
  }
}
@media (max-width: 990px) {
  .header__wrap-nomenu .header__logo {
    grid-column-start: 1;
    grid-column-end: 3;
    justify-content: center;
  }
}
.header__menu {
  display: none;
}
@media (max-width: 990px) {
  .header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
.header__menu svg:first-child {
  display: block;
}
.header__menu svg:last-child {
  display: none;
}
.header__menu-active svg:first-child {
  display: none;
}
.header__menu-active svg:last-child {
  display: block;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .header__logo img {
    height: 40px;
  }
}
.header__btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .header__btn {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.header__btn-item {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  transition: 0.3s;
  line-height: 21px;
}
.header__nav {
  margin-top: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .header__nav {
    display: none;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 100%;
  }
}
.header__nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  font-size: 14px;
  margin: 0 5px;
  font-weight: 500;
  line-height: 21px;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 990px) {
  .header__nav-item {
    justify-content: flex-start;
  }
}
.header__nav-item img {
  height: 20px;
  width: 20px;
  margin: 0 10px 0 0;
  object-fit: contain;
  transition: 0.3s;
}
.header__nav-item:hover img {
  transform: translateX(-10px);
}

.up-to {
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .up-to {
    right: 10px;
    bottom: 75px;
  }
}

.up-to-active {
  opacity: 1;
  pointer-events: auto;
}

.header-hidden {
  transform: translateY(-100%);
  transition: 0.3s;
}

@media (max-width: 990px) {
  .content__wrap .tablepress {
    overflow-x: auto;
    display: block;
    max-width: 100%;
    width: 100%;
  }
}
.content__wrap img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .content__wrap img.alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
    object-fit: cover;
  }
}
.content__wrap ul, .content__wrap ol {
  padding-left: 15px;
  margin: 0 0 10px 0;
}
.content__wrap ul li, .content__wrap ol li {
  margin-bottom: 5px;
}
.content__wrap figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.content__wrap img.alignright {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .content__wrap img.alignright {
    float: none;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
  }
}
.content__wrap img.size-full {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .content__wrap img.size-full {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    margin: 0 0 10px 0;
  }
}
.content__wrap img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .content__wrap img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    object-fit: cover;
    margin: 0 0 10px 0;
  }
}
.content__wrap p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .content__wrap p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.content__wrap a {
  font-weight: 500;
}
.content__wrap a:hover {
  text-decoration: underline;
}
.content__wrap strong {
  font-weight: 700;
}
.content__wrap h1, .content__wrap h2, .content__wrap h3, .content__wrap h4, .content__wrap h5 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .content__wrap h1, .content__wrap h2, .content__wrap h3, .content__wrap h4, .content__wrap h5 {
    margin-bottom: 15px;
  }
}
.content__wrap h1 {
  font-size: 40px;
  line-height: 51px;
}
@media (max-width: 990px) {
  .content__wrap h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
.content__wrap h2 {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 990px) {
  .content__wrap h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.content__wrap h3 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content__wrap h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content__wrap h4 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content__wrap h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content__wrap h5 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content__wrap h5 {
    font-size: 24px;
    line-height: 28px;
  }
}
.content .main-banner {
  padding: 120px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .content .main-banner {
    padding: 20px;
  }
}
.content .main-banner__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .main-banner__pretitle {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
}
@media (max-width: 768px) {
  .content .main-banner__pretitle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.content .main-banner__title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .content .main-banner__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.content .main-banner__bonus {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .content .main-banner__bonus {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.content .main-banner__ref {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: none;
  line-height: 21px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .content .main-banner__ref {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.content .slider-banner {
  overflow: hidden;
  display: grid;
  grid-template-columns: 800px 1fr;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .content .slider-banner {
    grid-template-columns: 700px 1fr;
  }
}
@media (max-width: 1100px) {
  .content .slider-banner {
    grid-template-columns: 600px 1fr;
  }
}
@media (max-width: 1000px) {
  .content .slider-banner {
    grid-template-columns: 1fr;
  }
}
.content .slider-banner__left {
  overflow: hidden;
  cursor: pointer;
  height: 265px;
}
@media (max-width: 1200px) {
  .content .slider-banner__left {
    height: auto;
  }
}
.content .slider-banner__left img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 265px;
  object-fit: cover;
}
@media (max-width: 990px) {
  .content .slider-banner__left img {
    height: auto;
  }
}
.content .slider-banner__left-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .slider-banner__right {
  height: auto;
  box-sizing: border-box;
  padding: 50px 25px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 990px) {
  .content .slider-banner__right {
    padding: 20px;
    height: auto;
  }
}
.content .slider-banner__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 990px) {
  .content .slider-banner__img {
    height: auto;
  }
}
.content .slider-banner__title {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.content .slider-banner__text {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 24px;
}
.content .slider-banner__ref {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  border: none;
  line-height: 21px;
  max-width: 120px;
}
.content .slider-banner .tns-controls {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.content .slider-banner .tns-controls button {
  margin: 0 2.5px;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  color: transparent;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .slider-banner .tns-controls button[data-controls=prev]::after {
  content: "";
  background: url("../images/XSkHlAvOaut6.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.content .slider-banner .tns-controls button[data-controls=next]::after {
  content: "";
  background: url("../images/3Afs6ENLvepo.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.content .slider-banner .tns-outer {
  position: relative;
  overflow: hidden;
}
.content .advantages-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .content .advantages-1 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.content .advantages-1__item {
  padding: 20px 60px 20px 20px;
  position: relative;
}
.content .advantages-1__img {
  position: absolute;
  right: 10px;
  top: 20%;
}
.content .advantages-1__title {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .content .advantages-1__title {
    font-size: 23px;
  }
}
.content .advantages-1__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.content .advantages-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .content .advantages-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .content .advantages-2 {
    grid-template-columns: 1fr;
  }
}
.content .advantages-2__img {
  margin-bottom: 15px;
}
.content .advantages-2__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 990px) {
  .content .advantages-2__title {
    font-size: 23px;
  }
}
.content .advantages-2__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.content .advantages-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .content .advantages-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 576px) {
  .content .advantages-3 {
    grid-template-columns: 1fr;
  }
}
.content .advantages-3__item {
  padding: 40px;
}
.content .advantages-3__img {
  margin: 0 auto 15px auto;
  display: block;
}
.content .advantages-3__title {
  text-align: center;
  font-size: 25px;
  margin: 0;
  font-weight: 700;
  line-height: 21px;
}
.content .table-of-content {
  padding: 20px;
}
.content .table-of-content__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  line-height: 21px;
}
.content .table-of-content__title svg {
  transition: 0.3s;
}
.content .table-of-content__title-active svg {
  transform: rotate(180deg);
}
.content .table-of-content__list {
  margin-top: 20px;
  display: none;
}
.content .table-of-content__item {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.content .table-of-content__item span {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.content .table-of-content__item:last-child {
  margin: 0;
}
.content .table-of-content-2 {
  padding: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.content .table-of-content-2__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.content .table-of-content-2__item img {
  margin: 0 10px 0 0;
}
.content .table-of-content-3 {
  padding: 17.5px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .content .table-of-content-3 {
    grid-template-columns: 1fr;
  }
}
.content .table-of-content-3__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .table-of-content-3__img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 990px) {
  .content .table-of-content-3__img img {
    height: 60px;
  }
}
.content .table-of-content-3__link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .content .table-of-content-3__link {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }
}
.content .table-of-content-3__item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin: 2.5px 10px;
}
.content .information-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .content .information-1 {
    grid-template-columns: 1fr;
  }
}
.content .information-1__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 576px) {
  .content .information-1__left {
    grid-template-columns: 1fr;
  }
}
.content .information-1__right {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.content .information-1__icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .content .information-1__icon {
    margin-bottom: 20px;
  }
}
.content .information-1__item {
  padding: 20px;
  position: relative;
  min-height: 140px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .content .information-1__item {
    min-height: 120px;
  }
}
.content .information-1__img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100%;
  width: auto;
  height: 50px;
  object-fit: contain;
}
.content .information-1__title {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.content .information-1__text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 21px;
}
.content .information-1__app {
  display: inline-block;
  margin: 0 auto 15px auto;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.content .information-1 .footer__download-item {
  margin-bottom: 15px;
}
.content .information-1__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-bottom: 25px;
}
.content .information-1__btn {
  margin-top: auto;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.content .information-1__btn:hover {
  transform: scale(1.1);
}
.content .information-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .content .information-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .content .information-2 {
    grid-template-columns: 1fr;
  }
}
.content .information-2__item {
  padding: 20px;
  position: relative;
  cursor: pointer;
}
.content .information-2__title {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}
.content .information-2__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.content .information-2__img {
  position: absolute;
  right: 10px;
  object-fit: contain;
  width: auto;
  height: 40px;
  top: 26%;
}
.content .information-3 {
  overflow: hidden;
  position: relative;
}
.content .information-3 .tns-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  top: 44%;
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
}
.content .information-3 .tns-controls button:first-child {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5c5d3;
}
.content .information-3 .tns-controls button:first-child::after {
  content: "";
  background: url("../images/XSkHlAvOaut6.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.content .information-3 .tns-controls button:last-child {
  position: relative;
  color: transparent;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c5c5d3;
}
.content .information-3 .tns-controls button:last-child::after {
  content: "";
  background: url("../images/3Afs6ENLvepo.svg") no-repeat center;
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  display: block;
  position: absolute;
}
.content .information-3 .tns-outer {
  position: relative;
  overflow: hidden;
}
.content .information-3__slider {
  overflow: hidden;
  height: 180px;
}
@media (max-width: 576px) {
  .content .information-3__slider {
    height: auto;
  }
}
.content .information-3__item {
  padding: 20px;
  position: relative;
  min-height: 140px;
  cursor: pointer;
}
.content .information-3__img {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: auto;
  height: 80px;
}
.content .information-3__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}
.content .review {
  overflow: hidden;
}
.content .review .tns-outer {
  display: flex;
  flex-direction: column;
}
.content .review .tns-controls {
  display: none;
}
.content .review .tns-nav {
  margin-top: 15px;
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .review .tns-nav button {
  width: 5px;
  height: 12px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  margin: 0 5px;
}
.content .review__item {
  padding: 20px;
  cursor: pointer;
}
.content .review__item-top {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.content .review__img {
  border-radius: 50%;
  object-fit: cover;
  height: 60px;
  width: 60px;
}
.content .review__name {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}
.content .review__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.content .providers {
  overflow: hidden;
}
.content .providers button[data-action] {
  display: none;
}
.content .providers .tns-controls {
  display: none;
}
.content .providers__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.content .providers__top .providers__title {
  margin: 0;
}
.content .providers__link {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .providers__link:hover {
  text-decoration: none;
}
.content .providers__text {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 0 0;
}
@media (max-width: 990px) {
  .content .providers__text {
    font-size: 15px;
  }
}
.content .providers__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 60px;
}
.content .providers__item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.content .providers__item-2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 50px;
}
.content .providers__item-2 img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
  object-fit: contain;
}
.content .providers .tns-outer {
  overflow: hidden;
}
.content .providers__1 {
  overflow: hidden;
  height: 80px;
}
.content .providers__2 {
  height: 80px;
  overflow-x: hidden;
  margin-top: 35px;
}
@media (max-width: 990px) {
  .content .providers__2 {
    margin-top: 25px;
  }
}
.content .providers__3 {
  height: 93px;
  overflow-x: hidden;
}
.content .providers__4 {
  height: 80px;
  overflow-x: hidden;
}
.content .providers__4 .providers__item img {
  max-height: 100%;
  height: 70px;
}
.content .app-section {
  padding: 25px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .content .app-section {
    padding: 20px;
    margin-top: 0;
  }
}
.content .app-section__left {
  max-width: 400px;
}
.content .app-section__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .content .app-section__title {
    font-size: 28px;
    line-height: 38px;
  }
}
.content .app-section__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .content .app-section__text {
    font-size: 16px;
    line-height: 21px;
  }
}
.content .app-section__btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (max-width: 990px) {
  .content .app-section__btn {
    grid-template-columns: 1fr 1fr;
  }
}
.content .app-section__right {
  position: absolute;
  right: 40px;
  top: -25px;
}
@media (max-width: 990px) {
  .content .app-section__right {
    display: none;
  }
}
.content .app-section__right img {
  right: 0;
  z-index: 2;
  top: 0;
  max-width: 325px;
  object-fit: contain;
  height: 325px;
  width: 100%;
  box-sizing: border-box;
}
.content .section-img {
  overflow: hidden;
  padding: 25px;
  display: block;
}
@media (max-width: 990px) {
  .content .section-img {
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.content .section-img__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .section-img__right img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
}
.content .slot__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .content .slot__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .content .slot__wrap {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.content .slot__item {
  overflow: hidden;
}
.content .slot__title {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content .slot__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.content .slot__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .slot__img img {
  max-width: 100%;
  height: 150px;
  object-fit: contain;
  width: 100%;
}
@media (max-width: 576px) {
  .content .slot__img img {
    height: 130px;
  }
}
.content .slot__link {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.2;
  background: transparent;
  outline: none;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}
.content .slot__link:hover {
  text-decoration: none;
}
.content .custom-list {
  list-style-type: none;
  padding: 0;
}
.content .custom-list li {
  position: relative;
  padding-left: 25px;
}
.content .custom-list li img {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  object-fit: contain;
  top: 0;
}
.content .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  align-items: start;
}
@media (max-width: 990px) {
  .content .info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.content .info__attr-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .content .info__attr-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.content .info__attr-box {
  padding-left: 15px;
  position: relative;
  margin-right: 15px;
}
@media (max-width: 990px) {
  .content .info__attr-box {
    margin: 0;
  }
}
.content .info__attr-title {
  font-size: 16px;
  position: relative;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.content .info__attr-title svg {
  position: absolute;
  left: -15px;
  top: 2px;
}
.content .info__attr-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.content .info__title {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 990px) {
  .content .info__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.content .info__user {
  display: grid;
  grid-template-columns: 3fr 1fr;
  max-width: 425px;
  padding: 10px;
  width: 100%;
  grid-gap: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .content .info__user {
    max-width: 375px;
  }
}
.content .info__user-left {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .content .info__user-left {
    grid-template-columns: repeat(6, 1fr);
  }
}
.content .info__user-right {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .content .info__user-box:nth-child(1), .content .info__user-box:nth-child(2) {
    display: none;
  }
}
.content .info__user-box {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}
.content .info__user-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .content .info__user-box img {
    height: 20px;
  }
}
.content .info__user-box svg {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .content .info__user-box svg {
    height: 20px;
  }
}
.content .info__btn {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: none;
  line-height: 21px;
  max-width: 180px;
}
@media (max-width: 576px) {
  .content .info__btn {
    max-width: 100%;
  }
}
.content .info__btn:hover {
  text-decoration: none;
}
.content .info__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.content .info__right-box {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.content .info__right-img {
  object-fit: contain;
  position: absolute;
  right: 15px;
  bottom: 0;
}
@media (max-width: 990px) {
  .content .info__right-img {
    height: 100px;
    width: 100px;
  }
}
.content .info__right-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  margin-bottom: 10px;
}
.content .info__right-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 50px;
}
.content .info__right-btn {
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq {
  margin-top: 30px;
}
@media (max-width: 990px) {
  .faq {
    margin-top: 20px;
  }
}
.faq__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .faq__title {
    font-size: 26px;
    line-height: 33px;
  }
}
.faq__wrap {
  padding: 30px;
}
@media (max-width: 990px) {
  .faq__wrap {
    padding: 20px;
  }
}
.faq__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none !important;
}
.faq__item-title {
  cursor: pointer;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .faq__item-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.faq__item-title svg {
  transition: 0.3s;
}
.faq__item-title-active svg {
  transform: rotate(180deg);
}
.faq__item-text {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: none;
  line-height: 21px;
  font-weight: 400;
}
@media (max-width: 990px) {
  .faq__item-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer .container {
  padding: 40px 0;
}
@media (max-width: 990px) {
  .footer .container {
    padding: 20px 0;
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 990px) {
  .footer__logo img {
    height: 40px;
  }
}
.footer__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.footer__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__list a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  transition: 0.3s;
}
.footer__medium {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .footer__medium {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}
.footer__mail {
  line-height: 21px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .footer__mail {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .footer__payments {
    justify-content: center;
  }
}
.footer__payments img {
  max-width: 100%;
  height: 50px;
  object-fit: contain;
  margin-left: 15px;
}
@media (max-width: 990px) {
  .footer__payments img {
    margin: 0 10px;
  }
}
.footer__line {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer__line {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.footer__partner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__partner img {
  margin: 0 10px 5px 0;
}
.footer__bottom {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 4fr 1fr;
}
@media (max-width: 990px) {
  .footer__bottom {
    grid-template-columns: 1fr;
  }
}
.footer__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.footer__copy {
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  line-height: 21px;
  opacity: 0.7;
}
@media (max-width: 990px) {
  .footer__copy {
    text-align: center;
  }
}
.footer__download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.footer__download-item {
  background: #e3fa48;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__download-item svg {
  fill: #000;
}
.footer__download-item span {
  display: flex;
  color: #000;
  flex-direction: column;
}
.footer__download-item span span {
  font-weight: 400;
  color: #000;
  font-size: 12px;
  line-height: 1;
  text-align: left;
}
.footer__download-item span span:last-child {
  margin-top: 5px;
  font-weight: 700;
}

.not-found {
  margin-bottom: 35px;
}
.not-found__title {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  text-align: center;
}
.not-found a {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1;
}

/*# sourceMappingURL=main-style.css.map */
